home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / cmpbbs10.zip / CMPBBS.CFG < prev    next >
Text File  |  1990-02-26  |  2KB  |  66 lines

  1. * This is the configuration file for CMPBBS.
  2. * Lines that begin the asterik (*) are treated as comments and
  3. *    are ignored by CMPBBS.
  4. *
  5. * First specify the list of files you already have, that is,
  6. *    your master list.
  7. *
  8. /MasterList=   MASTER.DIR
  9. *
  10. * You can specify the column position in which the file name begins
  11. * in the MASTER.DIR.
  12. *
  13. /MasterStartCol=    1
  14. *
  15. * Next specify the lists of files to be compared to your master.
  16. *    If an entry is found that is not in your master, it will
  17. *    be counted as new and outputted to a list of new files.
  18. *    You can specify up to 200 files to be compared in a single
  19. *    run.
  20. *
  21. * Now specify the various lists of files.
  22. *
  23. *
  24. */AddList=      TEMP0.DIR
  25. /AddList=      TEST1.DIR
  26. *
  27. * AFTER each AddList, you can optionally specify a single line,
  28. *    called a header, to be put at the top of the output list just
  29. *    before any of the new files.   This can be an English
  30. *    explanation, such as "New Files from BBS XYZ".   Or, when the
  31. *    output list is data to another program, it could be information
  32. *    for the next program.   This example is set up to provide data
  33. *    for MAKEFIDX, where the list of new files is added to the Fast
  34. *    File Search for RBBS-PC.  This tells the Fast File Search to
  35. *    execute macro DISK1.IMC when the files listed below it are
  36. *    requested on a download.
  37. *
  38. /Header=       Directory of M! 1DISK.IMC
  39. *
  40. * AFTER each AddList, you can optionally specify the starting
  41. *    column for file names in the list.  If you do not specify
  42. *    any for a particular list, it will be assumed to be column 1.
  43. /DirStartCol=       1
  44. */AddList=      TEMP1X.DIR
  45. *
  46. * You can and should specify all your lists in a single run.   The
  47. *    new files found in previous lists (here TEST1.DIR) are added
  48. *    dynamically to the list of "old" files, so that a file here
  49. *    is counted as new if it is not in the original MASTER and not
  50. *    in the lists already processed (TEST1.DIR).
  51. *
  52. /AddList=      TEST2.DIR
  53. /Header=       Directory of M! 2DISK.IMC
  54. */AddList=      TEMP3.DIR
  55. *
  56. * Specify what file the list of new files are to be written
  57. * to.
  58. *
  59. /OutFile=      NEWLIST.DIR
  60. *
  61. * Finally, you can specify that the first three columns of the macro
  62. * name be added starting at a particular column in the output,
  63. * making the OutFile fixed length.
  64. *
  65. /OutCatAt=    74
  66.